-
-
Couldn't load subscription status.
- Fork 631
fix: Allow optional initProcessEnabled when enable_execute_command is true
#319
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix: Allow optional initProcessEnabled when enable_execute_command is true
#319
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
thank you!
initProcessEnabled when enable_execute_command is trueinitProcessEnabled when enable_execute_command is true
## [6.0.6](v6.0.5...v6.0.6) (2025-07-18) ### Bug Fixes * Allow optional `initProcessEnabled` when `enable_execute_command` is `true` ([#319](#319)) ([99f8edd](99f8edd))
|
This PR is included in version 6.0.6 🎉 |
|
Thank you @antonbabenko and @magreenbaum! |
|
@robertalexa thanks for mentioning this, I've opened this PR to address that: #330 |
|
relates to hashicorp/terraform-provider-aws#17988 |
|
I'm going to lock this pull request because it has been closed for 30 days ⏳. This helps our maintainers find and focus on the active issues. If you have found a problem that seems related to this change, please open a new issue and complete the issue template so we can capture all the details necessary to investigate further. |




Description
Reverts to previous logic here: https://github.com/terraform-aws-modules/terraform-aws-ecs/pull/136/files
This allows user to override optional
initProcessEnabledas needed.Motivation and Context
Closes: #311
Breaking Changes
No.
How Has This Been Tested?
examples/*to demonstrate and validate my change(s)examples/*projectspre-commit run -aon my pull request